home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / bat.zip / ANSI.BAT next >
DOS Batch File  |  1984-03-07  |  768b  |  32 lines

  1. echo off
  2. bat *      This program demonstrates some of the idiosyncrasies
  3. bat *      of the combination of BAT and the ANSI device driver
  4. bat *
  5. bat *            by Egin Muth, February 11, 84
  6. bat *
  7. bat begtype
  8.      \1B[34;43m
  9. end
  10. cls
  11. bat
  12. bat type 0h  some text
  13. bat type 16h  more text
  14. bat type 22h  yet more
  15. bat type 40M
  16. bat type 
  17. bat type color should be changed now, but it is not
  18. bat begtype
  19. set yellow on blue
  20. \1B[33;44m   it is on
  21. set blue on cyan
  22. \1B[34;46m   it is on
  23. change cursor
  24. \1B[10;45h ;
  25. did it work ? , let's try again
  26. \1B[10;45H ;
  27. YES, it did
  28. \1B[25;20H ;
  29. end
  30. bat inkey To exit press any key
  31. bat exit
  32.